home *** CD-ROM | disk | FTP | other *** search
-
-
- @DefineProject
- @Name = "SIGCAT Demo"
- @Version = "2.00"
- @OutDrive = C
- @Group = ""
- @SUBDIR = "\\SIG_TEXT"
- @EndProject
-
- @Display
- @Cls
-
- This program will install @Name Version @Version
- on your computer system and verify the integrity of the distribution
- CD. You may press the [Esc] key at any time to abort the installation
-
- INSTALL will ask you several questions about your computer hardware
- and where to install the product. Each question has a default answer.
-
-
-
- @Pause
- @EndDisplay
-
- @GetOutDrive
- @Suppress A
- @Suppress B
- @Cls
-
- On which disk drive do you wish to install @Name?
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to move the
- bar to the disk drive you wish to install to and then press the
- [Enter] key.
- @EndOutDrive
-
- @Display
- @If (@DiskFree @OutDrive < 2300000 )
-
-
- There is not enough room on Drive @OutDrive to install
- @Name @Version. 2.3Mb (2300000 bytes) are required; only
- @DiskFree @OutDrive bytes are current available.
-
- Exiting program...
-
- @Pause
- @Abort
- @Endif
-
- @EndDisplay
-
- @SetConfig
- @AskOverwrite
-
- @Files = 30
- @Buffers = 20
-
- @EndConfig
-
- @FINISH
-
- @MkDir ("@OutDrive:@Subdir")
- @SYSTEM "@InDrive:\\REF_TEK\\TEXT\\SIG_TEXT -x @OutDrive:@Subdir *.*"
-
- @CHDRIVE @OutDrive
- @CHDIR "@Subdir"
-
- @CLS
-
- No errors were detected during installation.
-
- Installation is now complete.
-
- @PAUSE
- @CLS
-
- @EndFinish
-
- /* end-of-file */
-